home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10261 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.cistron.nl!usenet
  2. From: jeepee@cistron.nl (Jan Pieter de Jong)
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland "TDecoratedFrame" problem
  5. Date: Thu, 07 Mar 1996 22:33:16 GMT
  6. Organization: Cistron Internet Services
  7. Message-ID: <4hmoma$314@enterprise.cistron.nl>
  8. NNTP-Posting-Host: p04.alp.cistron.nl
  9. X-Newsreader: Forte Free Agent 1.0.82
  10.  
  11. I have the following problem with Borland C++ 4.0:
  12.  
  13. This is the program's general structure:
  14.  
  15.     TMainFrame    derived from TDecoratedFrame
  16. Client:    TMainWindow    derived from TWindow
  17.         |
  18.         |
  19.         V
  20.      Child:    TChildWindow    derived from TWindow
  21.             |
  22.             |
  23.             V
  24.          Child:    TGrandchildWindow
  25.  
  26.  
  27. The problem is with TGrandChildWindow.
  28. How can I create this child window with a decorated frame, so I can
  29. use a 
  30. controlbar in it?
  31.  
  32. The Borland documentation only mentions decorated frames in main
  33. windows, not 
  34. in child windows.
  35. Where should I create the TGrandchildWindow and TGrandchildFrame?
  36. Can anybody recommend good documentation (beside this newsgroup) about
  37. these 
  38. kind of problems?
  39.  
  40. Please email me at Arjan.Oskam@inter.nl.net or post a reply in this
  41. newsgroup.
  42.  
  43.  
  44.